home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / pcp20_10.pat < prev    next >
Text File  |  1991-01-26  |  2KB  |  62 lines

  1.         This file describes a simple patch for Procomm Plus
  2.         Version 2.0 (no rev letter) that will eliminate the need 
  3.         to "Enter Any Key" at the opening screen.
  4.  
  5.  
  6.         WARNINGS
  7.         ========
  8.  
  9.         I've had this patch tested on a version of PC+ since 1-26-91 
  10.         without any ill effects.  THIS IS NOT A GUARANTEE.  As with 
  11.         any manufacture unauthorized patch, YOU must decide if you are
  12.         willing to assume the risk for a potential convience.  Enough of the
  13.         legal mumbo jumbo.
  14.  
  15.  
  16.         PRELIMINARIES
  17.         =============
  18.  
  19.         In order for this patch to work, you must modify the file
  20.         PCPLUS.EXE.  The file needs to be modified while on disk,
  21.         as the subroutine call that is NOP'ed is loaded as an
  22.         overlay.  Modifying memory just results in your
  23.         modification being overwritten.  I used Norton Utilities
  24.         NU to edit the disk locations.
  25.  
  26.  
  27.         PROCEDURE
  28.         =========
  29.  
  30.         FIRST, save away the original copy of you PCPLUS.EXE file
  31.         someplace real safe, just in case something goes wrong.
  32.         Then, to be extra safe, save another copy.  It's better to
  33.         be safe than sorry.  Using your favorite disk editor/zapper,
  34.         target the file PCPLUS.EXE for modification.  Search for the
  35.         hexidecimal byte sequence:
  36.  
  37.                       E8 4F 8B
  38.  
  39.         This is the subroutine call that needs to be NOP'ed.  It only
  40.         occurs once in the file.  Replace each of the above bytes with
  41.         90 (hex).  Write the changes to disk and you're done.  The file
  42.         must be named PCPLUS.EXE, as the overlay loader wants to see
  43.         overlays loaded from the PCPLUS.EXE file name.
  44.  
  45.  
  46.         WRAP UP
  47.         =======
  48.  
  49.         If you try this an have problems, please let me know.  I
  50.         will post the problem / solution (if any) in updates of
  51.         this file.  I can be reached on EXEC PC (414) 789-4210.  The
  52.         filename of this patch indicates the version of Procomm Plus this
  53.         patch is for and also the revision level of the patch.  This file
  54.         PCP20-10.PAT says patch is for PC+ version 2.0, the dash means no
  55.         revision letter.  The 10 means this is revision 1.0 of the patch.
  56.         
  57.  
  58.  
  59.         Good Luck,
  60.         Mark Tellier
  61.         26-Jan-91
  62.